Summary

A summary of the ADAS and ADS datasets are as follows:
- Number of observations in ADAS dataset: 1167
- Number of observations in ADS dataset: 436
- Company with most ADAS crashes: Tesla; 875 crashes
- Company with most ADS crashes: Jaguar; 188 crashes
- Model with most ADAS crashes: Model 3; 411 crashes
- Model with most ADS crashes: I-Pace; 186 crashes


Table

## # A tibble: 4 × 2
##   Roadway.Surface      `Total Crashes`
##   <chr>                          <int>
## 1 Dry                              335
## 2 Other, see Narrative               7
## 3 Snow / Slush / Ice                 6
## 4 Wet                               87
## # A tibble: 3 × 2
##   Roadway.Surface    `Total Crashes`
##   <chr>                        <int>
## 1 Dry                            411
## 2 Snow / Slush / Ice               1
## 3 Wet                             13

These tables show …


Charts 1: ADAS / ADS Crashes Per Location

The purpose of these maps are to observe where and how many crashes are happening in locations around the United States. Most crashes seem to happen in California based on the large and dark red circles found there (particularly in Los Angeles), but also in Texas and New York. The results might be linked to higher populations and manufacturers in these states. You can hover over the map to get information on the city and total number of crashes there


Chart 2: Types of Car Crashes in ADAS vs ADS

The pie chart illustrates what types of car crashes are most prevalent in ADAS and ADS in the United States. Most cases in ADAS are with fixed objects and vehicles whereas the top 3 in ADS are passenger cars, SUVs, and pickup trucks. This makes sense since most of these vehicles are driven on busy roads where other vehicles are common.


Chart 3:

The bar graph depicts which roadway types are most prevalent in the crashes of ADAS and ADS in the United States. It is seen that the most crashes for ADAS happens on the highway, while it is on the intersection for ADS. The ADAS roadway types might be the result that drivers like to turn on ADAS most likely when they are on highways. For ADS, it might mean that these cars struggle to identify red lights.